lower max stack alloced buffer size to 14000px (for win32)
authorØyvind Kolås <pippin@gimp.org>
Sat, 27 Oct 2012 23:08:56 +0000 (01:08 +0200)
committerØyvind Kolås <pippin@gimp.org>
Sat, 27 Oct 2012 23:08:56 +0000 (01:08 +0200)
babl/babl-fish-path.c

index 018896fcd5d864eb49b616ae97a46ca56c638c8b..7c1a87bb6ba6a9348a4e68faae75a6753d16ff8e 100644 (file)
@@ -379,8 +379,8 @@ babl_fish_process (Babl       *babl,
   return ret;
 }
 
-/* This size buffer needs to be possible to allocate on the stack..*/
-#define MAX_BUFFER_SIZE   8192
+/* This size buffers needs to be possible to allocate on the stack..*/
+#define MAX_BUFFER_SIZE   14000
 
 static long
 babl_process_chunks (const Babl *cbabl,